home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Toolbox / TwoColumn LDEF / About TwoCol LDEF next >
Encoding:
Text File  |  1993-10-07  |  566 b   |  23 lines  |  [TEXT/ttxt]

  1.  
  2.  Two-column LDEF code resource
  3.  
  4.  looks for a comma in the text of each cell and draws
  5.  the text that follows the comma half-way across the cell
  6.  
  7.  so a cell containing the text
  8.     +--------------+
  9.     | abc,def      |
  10.     +--------------+
  11.  will instead appear as
  12.     +--------------+
  13.     | abc   def    |
  14.     +--------------+
  15.       
  16.  To see this LDEF in action, paste it into the ModalList
  17.  sample program and recompile the program so that the LNew call uses
  18.  the definition procedure 128 rather than 0
  19.  
  20.   Greg Robbins 8/93
  21.  
  22.   Based on Steve Falkenburg's SICN LDEF
  23.